73 WDT_A_hold(WDT_A_BASE);
83 GPIO_setAsPeripheralModuleFunctionInputPin(
85 GPIO_PIN6 + GPIO_PIN7,
86 GPIO_SECONDARY_MODULE_FUNCTION
90 GPIO_setAsPeripheralModuleFunctionOutputPin(
93 GPIO_SECONDARY_MODULE_FUNCTION
116 CS_clearAllOscFlagsWithTimeout(1000);
119 SFR_enableInterrupt(SFR_OSCILLATOR_FAULT_INTERRUPT);
122 __bis_SR_register(LPM3_bits + GIE);
128 #if defined(__TI_COMPILER_VERSION__) || defined(__IAR_SYSTEMS_ICC__)
129 #pragma vector=UNMI_VECTOR
131 #elif defined(__GNUC__)
132 __attribute__((interrupt(UNMI_VECTOR)))
139 status = CS_clearAllOscFlagsWithTimeout(1000);